Metadata-Version: 2.1
Name: marasigan_raloso_finals
Version: 0.1
Summary: Inventory Management System
Author: John Aron Marasigan, John Paul Raloso
License: MIT
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

Inventory Management System

Description:
This is a simple inventory management system designed for the Finals Lab Exam. It allows users to manage inventory by adding, deleting, searching, and updating parts.

Professor:
Prof. Fe. Hablanida


Features:
- addPart(): Add a new part to the inventory.
- deletePart(): Remove a part from the inventory.
- searchPart(): Search for a part in the inventory.
- changePartDescription(): Change the description of a part.
- printInventory(): Print the current inventory.


