Metadata-Version: 2.4
Name: hyperdeck
Version: 0.1.0
Summary: Python API and GUI for Blackmagic HyperDeck ethernet protocol
Author-email: Adam Alcolado <adam.alcolado@mtl.ai>
Project-URL: GitHub, https://github.com/mtl-ai/hyperdeck
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual
Requires-Dist: timecode
Dynamic: license-file

# Hyperdeck
A simple API and GUI for controlling Blackmagic HyperDeck 
over the ethernet protocol.

Not fully featured and not guaranteed to be compatible 
with every model of HyperDeck. 

![Screenshot](https://raw.githubusercontent.com/mtl-ai/hyperdeck/main/docs/images/Screenshot.svg
)

## Usage
```bash
pip install hyperdeck
hyperdeck-gui --host <host ip>
```
It runs in terminal using [Textual](https://textual.textualize.io/). 
