Metadata-Version: 2.1
Name: py_eq_hash
Version: 0.1.0
Summary: A utility for customizing __eq__ and __hash__ methods in Python classes
Author: TangWei
Author-email: 454083908@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# py_eq_hash

`py_eq_hash` 是一个 Python 包，用于自定义类的 `__eq__` 和 `__hash__` 方法，允许你指定哪些字段参与对象的比较和哈希计算。

## 安装
```bash
pip install py_eq_hash
```
