Metadata-Version: 2.1
Name: tkviews
Version: 3.0.0
Summary: Package for creating tkinter applications in declarative way.
Home-page: https://github.com/eumis/tkviews
Author: eumis(Eugen Misievich)
Author-email: misievich@gmail.com
License: MIT
Description: 
        # tkviews
        
        [pyviews](https://github.com/eumis/pyviews) adapter for tkinter. It allows to create ui widgets using xml with binding.
        
        [![Build Status](https://travis-ci.com/eumis/tkviews.svg?branch=dev)](https://travis-ci.com/eumis/tkviews)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/813287b5cd4148789651669225beefd6)](https://www.codacy.com/app/eumis/tkviews?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eumis/tkviews&amp;utm_campaign=Badge_Grade)
        [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/813287b5cd4148789651669225beefd6)](https://www.codacy.com/manual/eumis/tkviews?utm_source=github.com&utm_medium=referral&utm_content=eumis/tkviews&utm_campaign=Badge_Coverage)
        [![image](https://img.shields.io/pypi/v/tkviews.svg)](https://python.org/pypi/tkviews)
        [![image](https://img.shields.io/pypi/pyversions/tkviews.svg)](https://python.org/pypi/tkviews)
        [![image](https://img.shields.io/pypi/l/tkviews.svg)](https://python.org/pypi/tkviews)
        
        ## Installation
        
        Install using pip:
        
        `pip install tkviews`
        
        To install dev version:
        
        `pip install git+https://github.com/eumis/tkviews.git@dev`
        
        ## Sandbox application
        
        To get started using tkviews see sandbox app.
        
        Clone repository to folder(\[root_folder\])
        
        Run following command to install tkviews package
        
        `pip install pyviews`
        `pip install [root_folder] -e`
        
        To run sandbox app execute following commands
        
        ```cmd
        cd [root_folder]\sandbox
        python run.py
        ```
        
        ## License
        
        [MIT](http://opensource.org/licenses/MIT)
        
        Copyright (c) 2017-present, eumis (Eugen Misievich)
Keywords: binding tkinter tk tkviews pyviews python mvvm views
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
