Metadata-Version: 2.5
Name: apiboot
Version: 0.1.0
Summary: apiboot：为组件化构建 Api 服务而生
Project-URL: Homepage, https://github.com/yanyue/apiboot
Author: 严跃
License: MIT
Keywords: api,boot,scaffolding,toolkit
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# apiboot

为组件化构建 Api 服务而生的 Python 底层工具包。

## 安装

```bash
pip install apiboot
```

## 用法

```python
import apiboot
```

## License

MIT