Metadata-Version: 2.1
Name: zood
Version: 0.1.6
Summary: web page documentation & comment generation documentation
Home-page: https://github.com/luzhixing12345/zood
License: MIT
Author: kamilu
Author-email: luzhixing12345@163.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: request
Project-URL: Documentation, https://luzhixing12345.github.io/zood/
Project-URL: Repository, https://github.com/luzhixing12345/zood
Description-Content-Type: text/markdown

# zood

zood 是一个辅助文档生成的Python库, zood的页面风格更倾向于纯文档内容而非博客

## 主题预览

[![20230101121438](https://raw.githubusercontent.com/learner-lu/picbed/master/20230101121438.png)](https://luzhixing12345.github.io/zood/)

## 安装与使用

```bash
pip install zood
```

参见 [用户使用文档](https://luzhixing12345.github.io/zood/)

## 特性

- [x] markdown->html文档生成
- [x] markdown语法解析库
- [ ] 代码注释提取生成文档
- [ ] API说明

