Metadata-Version: 2.4
Name: dqcore
Version: 0.0.8
Summary: 一个简单的 Python 包演示 
Home-page: https://github.com/xulei8/dqcore
Author: Your Name
Author-email: xu@daqid.com
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# dqcore

一个简单的 Python 包演示。

## 功能

- 提供 hello_world() 函数输出 "Hello World!"

## 安装

```bash
pip install dqcore
```

## 使用

```python
import dqcore

dqcore.hello_world()
```

## 版本

0.0.1 - 初始版本
