Metadata-Version: 2.1
Name: TOPSIS-Khushmeet-102053011
Version: 0.0.1
Summary: It is used for calculating topsis score and rank.
Home-page: https://github.com/khushmeetkj/topsis.git
Author: Khushmeet Kaur
Author-email: khushmeet.kj@gmail.com
License: MIT
Keywords: topsis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

# Topsis-Khushmeet-102053011

Topsis-Khushmeet-102053011 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).


##Installation

Use the package manager pip to install Topsis-Khushmeet-102053011.

```pip install Topsis-Khushmeet-102053011```


##How to use it?

Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-)

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


##License
Â© 2023 Khushmeet Kaur

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

Change Log
==========

0.0.1 (22/01/2023)
------------------
- First Release

