Metadata-Version: 2.2
Name: sr_utils
Version: 0.1.0
Summary: A utility package for dataframe comparison
Home-page: https://github.com/saketh/sr_utils
Author: Saketh Reddy Regatte
Author-email: sakethreddy.ms@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MyUtils

A simple Python utility package for comparing Pandas DataFrames by key.

## Installation

pip install sr_utils


## Usage
```python
from sr_utils import compare_df
