Metadata-Version: 2.2
Name: neverlib
Version: 0.1.2
Summary: A successful sign for python setup
Author-email: "Never.Ling" <1786088386@qq.com>
License: MIT
Project-URL: Homepage, https://www.cnblogs.com/LXP-Never
Project-URL: Bug Tracker, https://github.com/yourusername/neverlib/issues
Project-URL: Documentation, https://github.com/yourusername/neverlib
Project-URL: Source Code, https://github.com/yourusername/neverlib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: noisereduce
Requires-Dist: soundfile
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: pydub
Provides-Extra: vad
Requires-Dist: torch; extra == "vad"
Requires-Dist: torchaudio; extra == "vad"
Requires-Dist: librosa; extra == "vad"
Requires-Dist: webrtcvad; extra == "vad"
Requires-Dist: funasr; extra == "vad"
Requires-Dist: openai-whisper; extra == "vad"
Requires-Dist: transformers; extra == "vad"
Provides-Extra: gpu
Requires-Dist: GPUtil; extra == "gpu"
Provides-Extra: all
Requires-Dist: torch; extra == "all"
Requires-Dist: torchaudio; extra == "all"
Requires-Dist: librosa; extra == "all"
Requires-Dist: webrtcvad; extra == "all"
Requires-Dist: funasr; extra == "all"
Requires-Dist: openai-whisper; extra == "all"
Requires-Dist: transformers; extra == "all"
Requires-Dist: GPUtil; extra == "all"

# NeverLib

一个用于音频处理和VAD（语音活动检测）的Python工具库。

## 安装

### 基本安装

```bash
pip install neverlib
```

### 安装带有VAD功能的版本

```bash
pip install neverlib[vad]
```

### 安装带有GPU支持的版本

```bash
pip install neverlib[gpu]
```

### 安装所有功能

```bash
pip install neverlib[all]
```

## 依赖项

基本依赖项：
- numpy
- noisereduce
- soundfile
- matplotlib
- scipy
- tqdm
- joblib
- pydub

VAD功能依赖项：
- torch
- torchaudio
- librosa
- webrtcvad
- funasr
- openai-whisper
- transformers

## 使用示例

```python
import neverlib

# 使用VAD功能
from neverlib import vad

# 使用工具函数
from neverlib import utils

# 发送邮件
from neverlib.message import seed_QQEmail
```

## 许可证

本项目采用MIT许可证。详情请参阅LICENSE文件。

## 作者

凌逆战 | Never

博客：https://www.cnblogs.com/LXP-Never
