Metadata-Version: 2.1
Name: umlizer
Version: 0.1.1
Summary: Tool for creating UML from project files
License: BSD-3-Clause
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.8.1,<4
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: atpublic (>=4.0)
Requires-Dist: graphviz (>=0.20.1)
Requires-Dist: typer (>=0.9.0)
Requires-Dist: typing-extensions (>=4) ; python_version < "3.9"
Description-Content-Type: text/markdown

# UMLizer

Python tools for UML

- LICENSE: BSD 3 Clause
- Documentation: https://osl-incubator.github.io/umlizer

## Features

TBD

## Class Diagram

```bash
$ umlizer class --source ./src/umlizer --target ./docs/uml/ --verbose
```

