Metadata-Version: 2.1
Name: Topsis-Aashish-101917110
Version: 1.0.0
Summary: A Python package implementing TOPSIS technique.
Home-page: https://github.com/aashishbansal23/topsis-package
Author: Aashish Bansal
Author-email: aashishbansal0289@gmail.com
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
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Topsis-Aashish-101917110

Submitted By: Aashish Bansal

## Installation

```pip install Topsis-Aashish-101917110```

## How to use it?

```
import topsis
topsis.topsis("data.csv", "1,0.5,1,1", "+,-,+,-")
```

## License

Â© 2022 Aashish Bansal

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


