Metadata-Version: 2.4
Name: kunna
Version: 0.1.0
Summary: A CLI tool to display Q&A content
Author: Basil Shaji
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# Kunna

A simple CLI tool to display Q&A content.

## Installation

```bash
pip install kunna
```

## Usage

Display a specific question:

```bash
kunna show q1
kunna show Q1
kunna show q15
```

## Available Questions

Questions Q1 through Q15 are available.

## License

MIT
