Metadata-Version: 2.4
Name: inventorylibx
Version: 0.1.0
Summary: A Python library for solving Operations Research-based Inventory Management problems.
Home-page: https://github.com/avnigupta01/inventorylib
Author: Avni Gupta, Samruddhi Jain, Pranav Mantri
Author-email: guptavni001@gmail.com
License: MIT
Project-URL: Source, https://github.com/avnigupta01/inventorylib
Project-URL: Bug Reports, https://github.com/avnigupta01/inventorylib/issues
Keywords: inventory management eoq rop safety-stock or operations-research
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# Inventory Management Library

A Python library to calculate:

- Economic Order Quantity (EOQ)
- Reorder Point (ROP)
- Safety Stock
- Total Inventory Cost
- EOQ with Bulk Discount

Includes a CLI script for easy usage.
