Metadata-Version: 2.1
Name: tex2jb
Version: 0.1.0
Summary: A CLI tool that converts LaTeX documents to Jupyter Books.
Home-page: https://github.com/Isaac-Fate/tex2jb
Author: isaac-fei
Author-email: isaac.omega.fei@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jupyter-book (>=1.0.0,<2.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: sphinx-proof (>=0.1.3,<0.2.0)
Requires-Dist: texsoup (>=0.3.1,<0.4.0)
Requires-Dist: typer[all] (>=0.12.0,<0.13.0)
Project-URL: Repository, https://github.com/Isaac-Fate/tex2jb
Description-Content-Type: text/markdown

# TeX2JB

A CLI tool that converts LaTeX documents to Jupyter Books.

## Installation

### PyPI

```sh
pip install tex2jb
```

### Poetry

```sh
poetry add tex2jb
```

### Building from Source

```sh
git clone https://github.com/Isaac-Fate/tex2jb.git
cd tex2jb
pip install -e .
```

## Usage

```sh
tex2jb <tex_path> <book_dir>
```

For complete usage, run

```sh
tex2jb --help
```

