Metadata-Version: 2.1
Name: tkviews
Version: 3.2.0
Summary: Package for creating tkinter applications in declarative way.
Project-URL: Homepage, https://github.com/eumis/tkviews
Keywords: binding,tkinter,tk,tkviews,pyviews,python,mvvm,views
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
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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://app.codacy.com/project/badge/Grade/b5a08e82891b4951987a85257bbc684e)](https://www.codacy.com/gh/eumis/tkviews/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eumis/tkviews&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b5a08e82891b4951987a85257bbc684e)](https://www.codacy.com/gh/eumis/tkviews/dashboard?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/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`

## Demo application

To get started using tkviews see demo app.

Clone repository to folder(\[root_folder\])

Run following command to install tkviews package

`pip install [root_folder] -e`

To run demo app execute following commands

```
cd [root_folder]\demo
python run.py
```

## License

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

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