Metadata-Version: 2.2
Name: shangshanAI
Version: 0.1.4
Summary: 一个用于从GitLab下载和处理模型的Python SDK
Home-page: https://github.com/你的用户名/shangshanAI
Author: tonysu
Author-email: suguta55@gmail.com
Project-URL: Bug Tracker, https://github.com/你的用户名/shangshanAI/issues
Project-URL: Documentation, https://github.com/你的用户名/shangshanAI#readme
Project-URL: Source Code, https://github.com/你的用户名/shangshanAI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: requests>=2.25.0
Requires-Dist: tqdm>=4.65.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ShangshanAI SDK

一个用于下载和处理数据的Python SDK。

## 安装

```bash
pip install shangshanAI
```

## 下载模型

```python
from shangshanAI import snapshot_download
model_dir = snapshot_download('testuser/model_llm')
print(model_dir)
```

## 功能特性

- 支持文件下载
- 自动重试机制
- 进度显示

## 许可证

MIT License
