Metadata-Version: 2.4
Name: video-specs
Version: 0.1.51
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.3.1
Requires-Dist: markdown-it-py>=3.0.0
Requires-Dist: mdurl>=0.1.2
Requires-Dist: pygments>=2.19.2
Requires-Dist: rich>=14.2.0
Requires-Dist: rich-click>=1.9.4
Dynamic: license-file

# <div align="center"> video-specs

Fill a form about the specifications of the video you want to generate and get the whole video description formatted either in XML, in JSON, HTML or in Markdown text blocks.

## Pre requisites

- Python 3.11+
- `uv` is definitely recommended

## Quick Start

### With `homebrew`:

```bash
brew tap dim-gggl/brew
brew install video-specs
```

### With `uv`

1. Global installation

```bash
uv tool install video-specs
```

2. Local installation (venv)

```bash
uv add video-specs
```

### with `pip`

```bash
pip install video-specs
```

## Start

```bash
video-specs
```

This should launch the interactive mode, otherwise you can start with a simple :

```bash
video-specs --help
```
