Metadata-Version: 2.1
Name: thothglyph-doc
Version: 0.1.0
Summary: A Documentation converter and language for Engineers
License: MIT
Author: nakandev
Author-email: nakandev.s@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cairosvg (>=2.5.2,<3.0.0)
Requires-Dist: pillow (>=9.2.0,<10.0.0)
Description-Content-Type: text/markdown

# Thothglyph

A Documentation converter and language for Engineers

(Θωθ)

## Requirements

* python >= 3.7
* pillow
* cairosvg

## Installation

Minimum

```sh
pip install thothglyph-doc
```

\+ writers

```
# pdf
sudo apt install texlive-luatex texlive-fonts-recommended texlive-fonts-extra texlive-lang-cjk
# docx
pip install python-docx
```

\+ extensions

```
# graphviz
sudo apt install graphviz
pip install graphviz
# blockdiag
pip install blockdiag actdiag seqdiag nwdiag
# wavedrom
pip install wavedrom
```

## Usage

```sh
thothglyph -t html document.tglyph
```

## Thothglyph Language

See [quick-reference.ja.md](https://github.com/nakandev/thothglyph-doc/blob/main/doc/language/quick-reference.ja.md)

## Tools

* [vim-thothglyph](https://github.com/nakandev/vim-thothglyph)
* [vscode-thothglyph](https://github.com/nakandev/vscode-thothglyph)

