Metadata-Version: 2.4
Name: umlio
Version: 0.8.0
Summary: serialize deserialize umlshapes
Author-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
Maintainer-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
License-Expression: AGPL-1.0-or-later
Project-URL: Repository, https://github.com/hasii2011/umlio
Keywords: pyut,graphical shapes,python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: untangle==1.2.1
Requires-Dist: wxPython>=4.3.1
Requires-Dist: codeallybasic>=1.40.0
Requires-Dist: codeallyadvanced>=2.5.7
Requires-Dist: umlmodel>=3.5.0
Requires-Dist: umlshapes>=2.3.1
Provides-Extra: test
Requires-Dist: mypy==2.3.1; extra == "test"
Requires-Dist: mypy-extensions==1.1.0; extra == "test"
Requires-Dist: types-Deprecated==1.3.1.20260130; extra == "test"
Requires-Dist: html-testRunner~=1.2.1; extra == "test"
Requires-Dist: human_id==0.2.0; extra == "test"
Requires-Dist: types-networkx==3.6.1.20260728; extra == "test"
Provides-Extra: deploy
Requires-Dist: wheel==0.48.0; extra == "deploy"
Requires-Dist: setuptools==84.0.0; extra == "deploy"
Requires-Dist: twine==7.0.0; extra == "deploy"
Requires-Dist: build==1.5.0; extra == "deploy"
Dynamic: license-file

![](https://raw.githubusercontent.com/hasii2011/code-ally-basic/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/umlio/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/umlio/tree/master)
[![PyPI version](https://badge.fury.io/py/umlio.svg)](https://badge.fury.io/py/umlio)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/hasii2011/umlio/graphs/commit-activity)

[![forthebadge made-with-python](https://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

# Introduction

This package provides a common way to read and write [UML Diagrammer](https://github.com/hasii2011/umldiagrammer) UDT/XML files.  It is the updated
version of [oglio](https://github.com/hasii2011/oglio).  This version supports [umlshapes](https://github.com/hasii2011/umlshapes).

# Installation

```bash
pip install umlio
```

___

Written by <a href="mailto:humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2026
___

## Note
For all kinds of problems, requests, enhancements, bug reports, etc., please drop me an e-mail.


[Copilot Statement](https://github.com/hasii2011/code-ally-basic/wiki/GitHub-Copilot).
