Metadata-Version: 2.1
Name: aio_wx_widgets
Version: 0.0.2
Summary: aio_wx_widgets
Home-page: UNKNOWN
License: UNKNOWN
Author: Sander Teunissen
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: wxasync
Requires-Dist: wxpython
Requires-Dist: events
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: nox ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: coverage[toml]>=5.0.3 ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-asyncio ; extra == "test"
Requires-Dist: pytest-mock ; extra == "test"
Requires-Dist: mypy ; extra == "test"
Provides-Extra: dev
Provides-Extra: test

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![codecov](https://codecov.io/gh/sander76/aio_wx_widgets/branch/master/graph/badge.svg)](https://codecov.io/gh/sander76/aio_wx_widgets)


# aio_wx_widgets

Wx python app structure using MVC model. Work in progress.
See the demo folder for usage.

Features:

- Two way Property binding from controller properties to the view.
- Margins.

## Installation

`pip install aio-wx-widgets`

