Metadata-Version: 2.4
Name: tketool.markdown
Version: 1.3.5
Summary: Markdown document and chart construction APIs for tketool
Author-email: Ke <jiangke1207@icloud.com>
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/tketool.markdown/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: tketool.core==1.3.5
Provides-Extra: test
Requires-Dist: pytest<9,>=8; extra == "test"

# tketool.markdown

Programmatic Markdown documents and chart helpers.

```bash
pip install tketool.markdown
```

```python
from tketool.markdown import Document

doc = Document("report.md")
doc.write("# Report")
```

The retired `tketool.markdowns` path and abbreviated `M*` class names are not
shipped.
