Metadata-Version: 2.4
Name: codeallyadvanced
Version: 2.5.6
Summary: Humberto`s Common wxPython UI Stuff
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/code-ally-advanced
Keywords: pyut,python,wxPython,UI,umldiagrammer
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: buildlackey>=2.0.0
Requires-Dist: wxPython>=4.2.4
Provides-Extra: test
Requires-Dist: mypy==1.18.2; extra == "test"
Requires-Dist: codeallybasic==1.30.0; extra == "test"
Requires-Dist: mypy-extensions==1.1.0; extra == "test"
Requires-Dist: types-Deprecated==1.3.1.20251101; extra == "test"
Requires-Dist: html-testRunner~=1.2.1; extra == "test"
Requires-Dist: click==8.3.3; extra == "test"
Provides-Extra: deploy
Requires-Dist: wheel==0.44.0; extra == "deploy"
Requires-Dist: setuptools==70.1.1; extra == "deploy"
Requires-Dist: twine==6.2.0; extra == "deploy"
Requires-Dist: build==1.3.0; 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/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
[![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)

Host common UI artifacts for various projects I am developing

___
Common wxPython UI artifacts for various projects I am developing

* Dimensions Control
* Position Control
* MinMax Control
* Directory Selector

![SpinnerWidgets](./developer/SpinnerWidgets.png)

* DialSelector

    ![DialSelector](./developer/DialSelector.png)

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

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

## Developer Notes
This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds

Also notice that this project does not include a `requirements.txt` file.  All dependencies are listed in the `pyproject.toml` file.

#### Install the main project dependencies

```bash
pip install .
```

#### Install the test dependencies

```bash
pip install .[test]
```

#### Install the deploy dependencies

```bash
pip install .[deploy]
```

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