Metadata-Version: 2.1
Name: palindrome_package
Version: 0.1.0
Summary: A simple package for checking palindromic numbers
Home-page: https://github.com/Dattasai0612/Python_Practice
Author: Dattasai
Author-email: gadi.dattasai@gmail.com
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

# My Package
A simple Python package for checking if a number is a palindrome.

## Installation
```bash
pip install my_package
