Metadata-Version: 2.1
Name: vijay-lib
Version: 0.4.0
Summary: A library to calculate upper and lower IQR values.
Home-page: https://github.com/yourusername/vijay_lib
Author: Vijayraje Jadhav
Author-email: jadhavvijayraje1137@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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
License-File: LICENSE

# Vijay Lib

`vijay_lib` is a Python library to calculate the upper and lower values within the interquartile range (IQR).

## Installation

Install via pip:

```bash
pip install vijay_lib



