Metadata-Version: 2.4
Name: transcribe-api
Version: 0.1.0
Summary: Official Python SDK for Transcribe API.
Author-email: Transcribe API <admin@vocabrew.com>
License: MIT
Project-URL: Homepage, https://transcribeapi.com
Keywords: transcription,speech-to-text,whisper,audio,api
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Transcribe API Python SDK

Official Python SDK for Transcribe API.

## Installation

```bash
pip install transcribe-api
```

## Usage

```python
from transcribe_api import TranscribeAPI

client = TranscribeAPI(api_key="YOUR_API_KEY")
```

Full SDK coming soon.
