Metadata-Version: 2.1
Name: pyviews
Version: 3.1.0
Summary: Base package for xml views
Home-page: https://github.com/eumis/pyviews
Author: eumis(Eugen Misievich)
Author-email: eug.mis@protonmail.com
License: MIT
Description: 
        # pyviews
        
        [![Build Status](https://travis-ci.com/eumis/pyviews.svg?branch=dev)](https://travis-ci.com/eumis/pyviews)
        [![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&amp;utm_medium=referral&amp;utm_content=eumis/pyviews&amp;utm_campaign=Badge_Coverage)
        [![image](https://img.shields.io/pypi/v/pyviews.svg)](https://python.org/pypi/pyviews)
        [![image](https://img.shields.io/pypi/pyversions/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)
Keywords: binding pyviews python mvvm tkviews wxviews
Platform: UNKNOWN
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.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
