Metadata-Version: 2.1
Name: zood
Version: 0.0.12
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)
Project-URL: Documentation, https://luzhixing12345.github.io/zood/
Project-URL: Repository, https://github.com/luzhixing12345/zood
Description-Content-Type: text/markdown

# zood

Github仓库网页文档 + 注释生成文档

## 主题预览

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

## 安装与使用

```bash
pip install zood
```

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

## 特性

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

<!-- ## 开发

```bash
poetry build
```

```bash
poetry config pypi-token.pypi my-token
```

```bash
poetry publish
``` -->

