Metadata-Version: 2.4
Name: whisperlivekit-alias
Version: 0.0.1
Summary: Alias package for whisperlivekit - Real-time speech-to-text with speaker diarization using Whisper
Author: Quentin Fuxa
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/QuentinFuxa/WhisperLiveKit
Project-URL: Documentation, https://github.com/QuentinFuxa/WhisperLiveKit
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: whisperlivekit
Dynamic: license-file

# wlk

**This package is an alias for [whisperlivekit](https://pypi.org/project/whisperlivekit/).**

Please visit the [WhisperLiveKit repository](https://github.com/QuentinFuxa/WhisperLiveKit) for documentation, installation instructions, and usage examples.

## Installation

```bash
pip install whisperlivekit-alias
```

This will install `whisperlivekit` as a dependency. All functionality is provided by the `whisperlivekit` package.

**Note:** After installation, you can import the package as `wlk`:
```python
import wlk
```

## Quick Start

```bash
wlk --model base --language en
```

For more information, see the [WhisperLiveKit README](https://github.com/QuentinFuxa/WhisperLiveKit).

