Metadata-Version: 2.4
Name: hellotest_ire
Version: 0.0.2
Summary: A small package for you
Author: ABS EMON
Author-email: ABS EMON <iotandrobotics@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ABS-EMON/python_package
Project-URL: Issues, https://github.com/ABS-EMON/python_package/issues
Keywords: greet,AI,ML
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file

# hellotest-ire

**Author:** ABS EMON  
**Version:** 0.1.0

---

## 📦 About

`hellotest-ire` is a simple Python package created for learning purposes. It contains helpful beginner-friendly functions such as:

- Greetings
- Basic arithmetic (add, sub)
- Pattern printing
- Math table generator (`namata`)

---

## 🚀 Installation

You can install this package locally using pip. First, clone or download the repository, then run:

```bash
pip install -e .
