Metadata-Version: 2.4
Name: epub2md
Version: 0.1.0
Summary: Convert EPUB to clean Markdown chapters
Project-URL: Repository, https://github.com/mefengl/epub2md
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# epub2md

Convert EPUB to clean Markdown chapters.

## Install

```bash
pip install epub2md
```

## Usage

```bash
epub2md book.epub
epub2md book.epub my-chapters
```

Output:
- `chapters/` - Markdown files
- `chapters-media/` - Images

## Requirements

- Python 3.8+
- [pandoc](https://pandoc.org/installing.html)

## License

MIT
