Metadata-Version: 2.1
Name: pyTerminalUI
Version: 1.0.0
Summary: A set of helpers to implement a text user interface (TUI) in a terminal.
Home-page: https://github.com/Paebbels/pyTerminalUI
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyTerminalUI.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyTerminalUI
Project-URL: Issue Tracker, https://github.com/Paebbels/pyTerminalUI/issues
Keywords: Python3 Path Generic-Library
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.4
Description-Content-Type: text/markdown

![PyPI - License](https://img.shields.io/pypi/l/pyTerminalUI)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Paebbels/pyTerminalUI) 
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Paebbels/pyTerminalUI)
[![Documentation Status](https://readthedocs.org/projects/pyTerminalUI/badge/?version=latest)](https://pyTerminalUI.readthedocs.io/en/latest/?badge=latest)  
[![PyPI](https://img.shields.io/pypi/v/pyTerminalUI)](https://pypi.org/project/pyTerminalUI/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyTerminalUI)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyTerminalUI)
![PyPI - Status](https://img.shields.io/pypi/status/pyTerminalUI)

# pyTerminalUI

A set of helpers to implement a text user interface (TUI) in a terminal.


## Contributors:

* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)


## License

This library is licensed under [Apache License 2.0](LICENSE.md)

-------------------------

SPDX-License-Identifier: Apache-2.0


