Metadata-Version: 2.1
Name: Topsis-BhagwanBansal-101903015
Version: 0.0.0
Summary: A Topsis package developed by BHAGWAN BANSAL
Author: Bhagwan Bansal
Author-email: <bbansal_be19@thapar.edu>
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
License-File: LICENSE

## Topsis Package
It takes an Datafile(.csv file) as an input along with 2 more arguments(weights ,impactas) along with name for output file(.csv format) as 4th argument

## Installation
```Syntax :```
```pip install Topsis_BHAGWAN_101903015```

## How to use it?
pip install Topsis_BHAGWAN_101903015
from Topsis_BHAGWAN_101903015.topsis import *
topsis -f [filepath] -w [weights] -i [impacts] -o [output]

## License

Â© 2022 Bhagwan Bansal

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

