Metadata-Version: 2.1
Name: wxviews
Version: 0.7.0
Summary: Package for creating wx applications in declarative way.
Project-URL: Homepage, https://github.com/eumis/wxviews
Keywords: binding,wxviews,wxpython,pyviews,python,mvvm,wx
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# wxviews

[pyviews](https://github.com/eumis/pyviews) adapter for wxpython. It allows to create ui widgets using xml with binding.

[![example branch parameter](https://github.com/eumis/wxviews/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/eumis/wxviews/actions/workflows/ci.yml?query=branch%3Adev++)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3062394c52854012acc6d7136ae48b83)](https://www.codacy.com/gh/eumis/wxviews/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eumis/wxviews&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/3062394c52854012acc6d7136ae48b83)](https://www.codacy.com/gh/eumis/wxviews/dashboard?utm_source=github.com&utm_medium=referral&utm_content=eumis/wxviews&utm_campaign=Badge_Coverage)
[![image](https://img.shields.io/pypi/v/wxviews.svg)](https://python.org/pypi/wxviews)
[![image](https://img.shields.io/pypi/l/wxviews.svg)](https://python.org/pypi/wxviews)

## Installation

To install dev version:

`pip install git+https://github.com/eumis/wxviews.git@dev`

## Sandbox application

To get started using pyviews see sandbox app.

Clone repository to folder(\[project_root\])

Run following command to install pyviews package

`pip install [project_root] -e`

To run sandbox app execute following commands

```cmd
cd [project_root]\sandbox
python run.py
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2017-present, eumis (Eugen Misievich)
