Metadata-Version: 2.4
Name: adam_community
Version: 0.2
Summary: Adam Community Tools and Utilities
Home-page: https://github.com/yourusername/adam-community
Author: Adam Community
Author-email: admin@sidereus-ai.com
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
Requires-Dist: requests>=2.31.0
Requires-Dist: click>=8.0.0
Requires-Dist: docstring-parser>=0.15
Requires-Dist: rich>=13.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Adam Community

Adam Community 是一个 Python 工具包，提供了一系列实用工具和功能，用于与 Adam 社区相关的开发工作。

安装依赖：
```bash
make install
```


## 使用方法

安装完成后，您可以在 Python 代码中导入并使用该包：

```python
from adam_community import tool
from adam_community import util

# 使用相关功能
```

## 开发

运行测试：
```bash
make test
```
