Metadata-Version: 2.4
Name: Topsis-Pallika-102313055
Version: 0.1.1
Summary: A Python package for TOPSIS multi-criteria decision making
Author: Pallika
Author-email: pallika@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Pallika-102313055

For: Project-1 (UCS633)  
Submitted by: Pallika  
Roll No: 102313055  

---

## About the Project

Topsis-Pallika-102313055 is a Python library for solving Multiple Criteria Decision Making (MCDM) problems using the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS).

---

## Installation

Install the package using pip:

pip install Topsis-Pallika-102313055

---

## Usage

Run the package from the command line:

topsis sample.csv "1,1,1,1" "+,+,-,+"

---

## Input Format

- CSV file required
- First column: Alternatives
- Remaining columns: Numeric criteria only

---

## Output

The output file includes:
- Topsis Score
- Rank

---

## Example

topsis sample.csv "0.25,0.25,0.25,0.25" "+,+,-,+" output.csv

---

## Author

Pallika  
Roll Number: 102313055
