Metadata-Version: 2.4
Name: Topsis-Manya-102303254
Version: 0.1
Summary: TOPSIS Multi-Criteria Decision Making Tool
Home-page: https://github.com/yourusername/Topsis-Manya-102303254
Author: Manya Garg
Author-email: manyagarg453@gmail.com
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
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Manya-102303254

This package implements TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) 
for multi-criteria decision-making.

## Installation

Run the following command to install the package:

    pip install Topsis-Manya-102303254

## Usage

Run TOPSIS from the command line:

    topsis <InputDataFile> <Weights> <Impacts> <OutputResultFile>

Example:

    topsis data.xlsx "1,1,1,1,2" "+,+,+,-,+" output.csv

## Author

Manya Garg
