Metadata-Version: 2.1
Name: ds-open
Version: 0.0.0.4
Summary: ds open SDK.
Home-page: 
Author: dslancher
Author-email: myggm@163.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE


# ds-open
`ds-open` 是一个用于 **DS Open平台合作开发** 的Python库，提供高效、易用的接口、功能函数、模型，帮助快速处理 **DS Open API** 任务。

---

## 特性

- 简单易用的 API
- 高性能处理
- 支持 Python 3.8 及以上版本
- 可扩展和灵活配置

---

## 安装

```bash
pip install ds-open
```


## 功能使用
import ds-open as ds2
result = ds2.print_num(3)
print(result)

# 贡献
欢迎贡献代码！请通过 fork 本仓库并提交 pull request。
Fork 本仓库
创建分支 feature/your-feature
提交你的修改
发起 Pull Request

# 许可证
基于 MIT License 开源; 详情请见 LICENSE文件。

# 联系方式
邮箱: myggm@163.com
