Metadata-Version: 2.1
Name: notes-compiler
Version: 0.1.1
Summary: 
Author: Manuel Brea
Author-email: m.brea.carreras@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Markdown (>=3.4.1,<4.0.0)
Requires-Dist: markdown-katex (>=202112.1034,<202113.0)
Description-Content-Type: text/markdown

# notes-compiler

## Usage

```bash
notes <input_path> <output_path>
```

For example:

```bash
notes ./src ./public
```

## Installation

While on the root of this repository:

```bash
poetry install
poetry build
cd dist
pip install notes_compiler-<VERSION>-py3-none-any.whl --force-reinstal
```

replacing `<VERSION` with the actual version number.

