Metadata-Version: 2.1
Name: tkmvc
Version: 0.1.20
Summary: TkMVC is a Model-View-Controller Framework base on the Tkinter GUI toolkit.
Home-page: https://github.com/unodan/tkmvc
Author: Dan Huckson
Author-email: danhuckson@hotmail.com
License: MIT license
Keywords: tkmvc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)

=====
TkMVC
=====


.. image:: https://img.shields.io/pypi/v/tkmvc.svg
        :target: https://pypi.python.org/pypi/tkmvc

.. image:: https://img.shields.io/travis/unodan/tkmvc.svg
        :target: https://travis-ci.org/unodan/tkmvc

.. image:: https://readthedocs.org/projects/tkmvc/badge/?version=latest
        :target: https://tkmvc.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




TkMVC is a Model-View-Controller Framework base on the Tkinter GUI toolset.


* Free software: MIT license
* Documentation: https://tkmvc.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-09-30)
------------------

* First release on PyPI.


