Metadata-Version: 2.4
Name: uml2img
Version: 0.1.0
Summary: A tool to convert PlantUML files to images using a bundled jar.
Author-email: hemin0721 <hemin0721@thundersoft.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# uml2img

Convert PlantUML files to images easily.

## Installation

```bash
pip install .
```

## Usage

```bash
uml2img [directory]
```
