Metadata-Version: 2.4
Name: tir-pukiwiki
Version: 0.1.1
Summary: PukiWiki <-> TIR converter backend for tirenvi
Author: OGAWA Keiji
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# tir-pukiwiki

PukiWiki <-> TIR converter backend for tirenvi.

## Install

```bash
pip install tir-pukiwiki
```

## Usage

```bash
tir-pukiwiki parse file.pukiwiki > file.tir
tir-pukiwiki unparse file.pukiwiki < file.tir
```

## Note

- All tables are converted to PukiWiki table format on unparse (not CSV-style tables)
- | inside a cell is replaced with ｜ (full-width pipe)
- This behavior can be changed with the --pipe option
