Metadata-Version: 2.1
Name: pyviews
Version: 3.2.0
Summary: Base package for xml views
Project-URL: Homepage, https://github.com/eumis/pyviews
Keywords: binding,pyviews,python,mvvm,tkviews,wxviews
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyviews

[![example branch parameter](https://github.com/eumis/pyviews/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/eumis/pyviews/actions/workflows/ci.yml?query=branch%3Adev++)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5d7529f3dcd7402091fc7118dbdf111f)](https://www.codacy.com/gh/eumis/pyviews/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eumis/pyviews&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/5d7529f3dcd7402091fc7118dbdf111f)](https://www.codacy.com/gh/eumis/pyviews/dashboard?utm_source=github.com&utm_medium=referral&utm_content=eumis/pyviews&utm_campaign=Badge_Coverage)
[![image](https://img.shields.io/pypi/v/pyviews.svg)](https://python.org/pypi/pyviews)
[![image](https://img.shields.io/pypi/l/pyviews.svg)](https://python.org/pypi/pyviews)
[![Downloads](https://static.pepy.tech/personalized-badge/pyviews?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/pyviews)

Base package for [tkviews](https://github.com/eumis/tkviews) and [wxviews](https://github.com/eumis/wxviews)

## Installation

Install using pip:

`pip install pyviews`

To install dev version:

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

## License

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

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