Metadata-Version: 2.4
Name: vaulttoepub
Version: 0.0.3
Summary: A tool to convert Vault notes to EPUB format
Author-email: JaTar <___@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/vaulttoepub
Project-URL: Repository, https://github.com/yourusername/vaulttoepub
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: rich
Requires-Dist: markdown-it-py
Requires-Dist: beautifulsoup4
Dynamic: license-file

# VaultToEPUB

> [!WARNING]
> This is a work in progress. Tool lacks many features and may produce unexpected results.

This is an Python command-line tool that converts a directory with obsidian flavored markdown files into a single EPUB file.

# How to use
1. Install Python 3.13 or higher from [python.org](https://www.python.org/downloads/).
2. Install the package using pip:
   ```bash
   pip install vaulttoepub
    ```
3. Run the tool from the command line, providing the path to your directory:
   ```bash
   vtoepub /path/to/your/directory
   ```

> [!NOTE]
> You can dowland example vault from [here](
