Metadata-Version: 2.1
Name: klsframe
Version: 0.2
Summary: A Python framework to develop scripts and CLI applications
Project-URL: Documentation, https://github.com/uRHL-tools/klsframe#readme
Project-URL: Issues, https://github.com/uRHL-tools/klsframe/issues
Project-URL: Source, https://github.com/uRHL-tools/klsframe
Author-email: Ramon Hernandez Leon <rhdezl05@gmail.com>
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# klsframe

[![Generic badge](https://img.shields.io/badge/status-beta-yellow.svg)](https://shields.io/)
[![PyPI - Version](https://img.shields.io/pypi/v/klsframe.svg)](https://pypi.org/project/klsframe)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/klsframe.svg)](https://pypi.org/project/klsframe)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![Maintained](https://img.shields.io/badge/Maintained-yes-green.svg)](https://shields.io/)
[![Maintained](https://img.shields.io/badge/power-up!-red.svg)](https://shields.io/)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install klsframe
```

## License

`klsframe` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
