Metadata-Version: 2.1
Name: inventry-manage
Version: 0.1.0
Summary: A package for managing inventory and items
Home-page: https://github.com/sachinmhj/Inventory-Manager
Author: Sachin Maharjan
Author-email: scn@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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

This is an Inventory Management Package built in Python. It provides a class-based structure to manage items in an inventory with functionalities such as adding, updating, deleting, and viewing items. Each item is uniquely identified, and the inventory can keep track of the quantity and price of each item.

## Features

- **Item Management**:
  - Add items to the inventory
  - Update item quantity
  - Delete items from the inventory
  - View item details (ID, name, quantity, price)
  - Calculate total value of an item based on its quantity and price

- **Inventory Management**:
  - Add one or more items to the inventory
  - Update item quantity by adding or reducing
  - Delete items from the inventory
  - View complete inventory details
  - Get the total number of items in the inventory

## Requirements

- Python 3.x

## Installation

1. Clone the repository:
   ```bash
   git clone https://github.com/sachinmhj/Inventory-Manager.git


