Metadata-Version: 2.1
Name: dejose_tanyag
Version: 0.0.1
Summary: Simple Library
Author: Tanyag & De Jose
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
License-File: LICENCE.txt

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.

Adviser:
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.
