Metadata-Version: 2.1
Name: Topsis-Preetinder-101903403
Version: 0.0.1
Summary: Topsis impelementation in python
Home-page: 
Author: Preetinder Kaur
Author-email: dhillonpreeti2001@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
Description-Content-Type: text/markdown

This library is used to implement topsis on CSV files in python.
Topsis is used for multiple criteria decision making
The syntax for using this library is-

pip install Topsis-Preetinder-101903403
python3
>>>t = topsis.topsis([filename], [weights], [impacts], [output_filename])
e.g. t = topsis.topsis("data.csv","1,2,1,1","-,+,+,+", "output.csv")

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

0.0.1 (26/02/2022)
-------------
- First Release

