Metadata-Version: 2.1
Name: Topsis-Raghav-102218075
Version: 1.0.0
Summary: This package implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method.
Home-page: https://github.com/raghavsharma2865/Topsis-Raghav-102218075
Author: Raghav Sharma
Author-email: raghavsharma2865@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.0
Requires-Dist: numpy>=1.18

# Topsis-Raghav-102218075

This is a Python package that implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method. TOPSIS is a multi-criteria decision analysis method that identifies solutions from a finite set of alternatives based upon their similarity to an ideal solution.

## Features

- Simple and intuitive command-line interface
- Easy to use with any dataset in CSV format
- Supports different types of criteria (positive and negative)
- Provides a detailed ranking of alternatives based on the TOPSIS method

## Installation

You can install the package using `pip`:

```bash
pip install Topsis-Raghav-102218075

## How to use it?
Open terminal and input in this format python <program.py> <InputDataFile> <Weights> <Impacts> <ResultFileName>

## License
Copyright (c) 2024 Raghav Sharma

This repository is licensed under the MIT license.
See LICENSE for details.


