Metadata-Version: 2.1
Name: comparingnumber-HarshDhas
Version: 0.0.2
Summary: Helps to find greatest and smallest number among three number
Author: Harshavardhan Manoranjan Dhas
Author-email: Harshavardhan Manoranjan Dhas <dhasharsh@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# compairingnumber
**This package help you to find greater and smaller number between three numbers

# Getting started
## Installing the Package
> pip install compairingnumber

## using the package
` from HDPACKAGES import python `

# working of package
**the user needs to give three number inputs as x,y,z . theen gives greatest and smallest number among three numbers.
