Metadata-Version: 2.1
Name: Topsis-Shivangi-101903122
Version: 1.0.0
Summary: A Python package for topsis analysis.
Home-page: https://github.com/Shivangisingla2710/Topsis
Author: Shivangi Singla
Author-email: shivangisingla2710@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# Topsis-Shivangi-101903122
It takes dataset, weights and impacts associated to the columns of dataset and output file to perform topsis on input dataset.

## Installation
```pip install Topsis-Shivangi-101903122```

## Usage
Step 1: Open the command prompt
Step 2: type 
> python <filename> <dataset> <weights> <impacts> <outputfilename>



