Metadata-Version: 2.4
Name: mdconv
Version: 0.1.1
Summary: [MDCONV](http://github.com/Juminiy/mdconv) is markdown to [json, ppt, docx, txt] converter
Author-email: Juminiy <chisato-x@bupt.edu.cn>
Project-URL: Homepage, https://github.com/Juminiy/mdconv
Project-URL: Issues, https://github.com/Juminiy/mdconv/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typing-extensions>=4.15.0
Provides-Extra: full

# SET ENV

```bash
uv venv
source .venv/bin/activate
uv sync
```
