Metadata-Version: 2.4
Name: hellotest_ire
Version: 0.0.3
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`)

---
## setuptools
pip install setuptools wheel build twine

## newly build

py -m build


## 🚀 Installation

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

```bash
pip install -e .


## 🚀 Publish

py -m twine upload dist/*

then Ctrl + Shift + V ,, past the API TOKEN like('pypi-AgEIcHlwaS5vcmcCJGZjNDhhNDFkLTRjMGQtNGFhZS04YTdjLWRjMmYxNDZhMDdkYwACKlszLCJkM2RjNjNmOS1lNjZiLTRhNmUtODM0Ni04ZjQ2NGFiZjk3MTkiXQAABiDpo5owgBZ6scY_C5hwD2zKpbS4IJqDTsMRrbtXx17R2w')


## 🚀 Remove

Remove-Item -Recurse -Force .\dist\

## clear terminal
cls 


