Metadata-Version: 2.4
Name: palindrome_helper
Version: 0.1.0
Summary: A helper file is simple up your palindrome check
Author: vishva R
Author-email: vishvaiioe@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: summary

#  palindrome_helper

A simple and lightweight Python utility library for string-related operations.
This package currently provides a clean and reliable **palindrome checker**
that works with both **strings and integers**.

---

## ðŸš€ Features

- âœ… Check palindrome for strings
- âœ… Check palindrome for integers
- âœ… Case-insensitive
- âœ… Ignores spaces
- âœ… Beginner-friendly and lightweight
- âœ… No external dependencies

---

## ðŸ“¦ Installation

Install from PyPI using pip:

```bash
pip install palindrome_helper
