Metadata-Version: 2.1
Name: topsis-ShreyaGarg-101953015
Version: 1.0.1
Summary: A topsis rank calculator.
Home-page: https://github.com/shreyaxgarg/Topsis-Shreya-101953015
Author: Shreya Garg
Author-email: sgarg6_be19@thapar.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Topsis-Shreya-101953015
This is a python package for rank calculation using topsis.

## Steps for Installation
**Step 1:** Install the package using
```pip install Topsis-Shreya-101953015```

**Step 2:** Import the package
```tp =import("Topsis-Shreya-101953015"))```

**Step 3:** Run the package in command prompt in the same format as given in the following example:
```tp.topsis('101953015-data.csv',"1,1,1,1,1","+,-,+,-,+",'101953015-result.csv')```

_Result gets stored in 101953015-result.csv_

## Subject to constraints:

(1) Impacts and weights must be separated by commas.

(2) Impacts must be either +ve or -ve.

(3) Command prompt should include 4 paramters namely - input csv file, weights, impacts and name of the output csv file.

## License

Â© 2022 Shreya Garg

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

