Metadata-Version: 2.4
Name: deezy
Version: 1.3.12
Summary: Dolby Encoding Engine Wrapper
Author: jessielw
License: MIT License
        
        Copyright (c) 2023 jlw4049
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Source, https://github.com/jessielw/deezy
Project-URL: Tracker, https://github.com/jessielw/DeeZy/issues
Keywords: audio,dolby,encoding,dee,ddp,atmos,ac4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymediainfo
Requires-Dist: tomlkit
Requires-Dist: platformdirs>=2.6.0
Requires-Dist: typing-extensions>=4.15.0
Requires-Dist: rich>=14.1.0
Requires-Dist: oslex2>=0.1.5
Requires-Dist: guessit>=3.8.0
Requires-Dist: unidecode>=1.4.0
Dynamic: license-file

# DeeZy

[![Build and Release](https://github.com/jessielw/DeeZy/actions/workflows/release.yml/badge.svg)](https://github.com/jessielw/DeeZy/actions/workflows/release.yml) [![Tests](https://github.com/jessielw/DeeZy/actions/workflows/test.yml/badge.svg)](https://github.com/jessielw/DeeZy/actions/workflows/test.yml) [![ruff](https://github.com/jessielw/DeeZy/actions/workflows/ruff.yml/badge.svg?branch=main)](https://github.com/jessielw/DeeZy/actions/workflows/ruff.yml) [![PyPI](https://github.com/jessielw/DeeZy/actions/workflows/publish-pypi.yml/badge.svg)](https://github.com/jessielw/DeeZy/actions/workflows/publish-pypi.yml) ![PyPI - Downloads](https://img.shields.io/pypi/dw/deezy) [![Docs](https://github.com/jessielw/DeeZy/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/jessielw/DeeZy/actions/workflows/mkdocs-deploy.yml) [![Static Badge](<https://img.shields.io/badge/BuyMeACoffee-BuyMeACoffee?style=plastic&logo=BuyMeACoffee&labelColor=hsl(210%2C%2060%25%2C%2050%25)&color=hsl(210%2C%2060%25%2C%2050%25)>)](https://buymeacoffee.com/jessielwilz) [![Static Badge](<https://img.shields.io/badge/Ko--fi-F16061?style=plastic&logo=Ko-Fi&labelColor=hsl(210%2C%2060%25%2C%2050%25)&color=hsl(210%2C%2060%25%2C%2050%25)>)](https://ko-fi.com/jessielw)

DeeZy is a compact CLI for encoding and batch-processing audio into Dolby formats (DD, DDP, DDP-BluRay, Atmos, AC-4).

- PyPI: https://pypi.org/project/deezy/

### Documentation

- Online: https://jessielw.github.io/DeeZy/

### Quick commands

- Show version: `deezy --version`
- Encode with smart defaults: `deezy encode ddp input.mkv`

### Notes

- Docs source: `docs/` — the MkDocs site contains installation, configuration, presets, and a full CLI reference.
- Project metadata and build configuration are in `pyproject.toml`.

### Support

Love DeeZy? Fuel the project with a coffee! Small donations keep development brewing — genuinely appreciated.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/jessielwilz)
[![Support me on Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/jessielw)
