Metadata-Version: 2.1
Name: drawio-python
Version: 0.1.0
Summary: Awesome drawio created by Nguyen Anh Binh
Home-page: https://github.com/maycuatroi/drawio/
Author: Nguyen Anh Binh
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

Drawio-python is an open-source project on GitHub that enables users to generate Drawio diagrams from their code using automation. Easy to use, it works in any Python environment and can generate diagrams for any type of code. With Drawio-python, users can quickly create diagrams to better visualize their architecture.

# Installation

Drawio-python is available on PyPI. To install it, run the following command:

```commandline
pip install drawio-python
```

# Usage

TODO: Add usage examples
