Metadata-Version: 2.4
Name: pptx-md
Version: 0.0.0
Summary: Convert PPTX files into LLM-friendly Markdown (VLM-first image understanding).
Project-URL: Homepage, https://github.com/ms9648/pptx-md
Project-URL: Repository, https://github.com/ms9648/pptx-md
Author: ms9648
License: MIT
License-File: LICENSE
Keywords: llm,markdown,powerpoint,pptx,vlm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.11
Requires-Dist: pillow
Requires-Dist: python-pptx
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: vlm
Requires-Dist: anthropic>=0.20; extra == 'vlm'
Requires-Dist: openai>=1.0; extra == 'vlm'
Description-Content-Type: text/markdown

# pptx-md

Convert PPTX files into LLM-friendly Markdown (VLM-first image understanding).

> **Work in progress** — Full documentation and usage examples will be added in M6 (FR-18).

## Installation

```bash
pip install pptx-md
```

With VLM support:

```bash
pip install pptx-md[vlm]
```

## Requirements

- Python 3.11+
