Metadata-Version: 2.4
Name: md-tools-cli
Version: 0.1.0
Summary: A CLI tool for Markdown conversion and resume generation
Author-email: Your Name <your@email.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: markdown>=3.0
Requires-Dist: jinja2>=2.11

# md-to-html

A CLI tool to convert Markdown to HTML.

## Features
- Headings (h1-h6)
- Paragraphs
- Ordered and unordered lists
- Inline code

## Installation
```bash
pip install -r requirements.txt
```

## Usage
```bash
python -m md_to_html.cli convert input.md output.html
```

## Tests
```bash
python -m pytest
```

## License
MIT
