Metadata-Version: 2.4
Name: vaulttoepub
Version: 0.0.5
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
   ```

# Example
<img width="902" height="503" alt="Zrzut ekranu 2025-10-06 014132" src="https://github.com/user-attachments/assets/50ad680e-eddc-4f25-9a40-c177425f45df" />

> [!NOTE]
> You can download example vault from [here](https://github.com/Ja-Tar/VaultToEPUB/releases/latest/download/example_vault.zip)
> Then run the tool with the path to the `examples` directory inside.
