Metadata-Version: 2.4
Name: umlshapes
Version: 2.3.15
Summary: UML Shapes for the UML Diagrammer
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/umlshapes
Keywords: umldiagrammer,graphical shapes,python
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wxPython>=4.2.4
Requires-Dist: codeallybasic>=1.30.1
Requires-Dist: codeallyadvanced>=2.5.5
Requires-Dist: umlmodel>=3.4.1
Requires-Dist: human_id==0.2.0
Requires-Dist: Pypubsub==4.0.7
Requires-Dist: Deprecated>=1.3.1
Provides-Extra: test
Requires-Dist: mypy==2.3.0; extra == "test"
Requires-Dist: mypy-extensions==1.1.0; extra == "test"
Requires-Dist: types-Deprecated==1.3.1.20260520; extra == "test"
Requires-Dist: html-testRunner~=1.2.1; extra == "test"
Requires-Dist: pyautogui==0.9.54; extra == "test"
Requires-Dist: pillow==12.3.0; extra == "test"
Provides-Extra: deploy
Requires-Dist: wheel==0.47.0; extra == "deploy"
Requires-Dist: setuptools==83.0.0; extra == "deploy"
Requires-Dist: twine==6.2.0; extra == "deploy"
Requires-Dist: build==1.5.0; extra == "deploy"
Requires-Dist: pkginfo==1.12.1.2; extra == "deploy"
Dynamic: license-file

![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/umlshapes/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/umlshape/tree/master)
[![PyPI version](https://badge.fury.io/py/umlshapes.svg)](https://badge.fury.io/py/umlshapes)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)

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

# Introduction

This is version 2 of the [Pyut](https://github.com/hasii2011/pyut) [Ogl Module](https://github.com/hasii2011/ogl).  

This version removes the internal miniogl code and relies on wxPython's [wx.lib.ogl](https://docs.wxpython.org/wx.lib.ogl.html) package.



This is the external graphical shapes module for the UML Diagrammer that allows for development of extensions for the UML Diagrammer

This project depends on [umlmodel](https://github.com/hasii2011/umlmodel) and [wxPython](https://wxpython.org)

```bash
pip install umlshapes
```

___

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


## Note
For all kind 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).
