Metadata-Version: 2.1
Name: umlcharter
Version: 0.0.6
Summary: Python package for quick diagrams creation without a need to learn new DSL
Home-page: https://github.com/mikalaiyurkin/charter
Author: Mikalai Yurkin
Author-email: yurkin.mikalai@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

![pypi](https://img.shields.io/pypi/v/umlcharter.svg)
![versions](https://img.shields.io/pypi/pyversions/umlcharter.svg)

# umlcharter
Python package for quick diagrams creation without a need to learn a new DSL.

The goal of this package is to provide a tool for convenient and quick creation of the diagrams as a code
in the popular DSLs (PlantUML, Mermaid, D2, etc) using simple python constructions.

For the examples of how this package can be used and the list of exactly supported DSLs, 
please check the documentation:
- [Sequence Diagrams](https://github.com/mikalaiyurkin/umlcharter/blob/master/docs/sequence_diagram/README.md)
