Metadata-Version: 2.4
Name: invcalc
Version: 0.1.2
Summary: A Python library for inventory management and electronic component validation
Author-email: Gaddafi Adamu <gaddafiadamu400@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# invcalc

**invcalc** is a Python library for inventory management and electronic component validation. It includes tools to calculate EOQ, reorder points, stock turnover, and perform ABC analysis, along with validators for resistors, capacitors, and voltage ratings.

## Installation

Install via PyPI:

```bash
pip install invcalc
