Metadata-Version: 2.1
Name: BhagwanTopsis
Version: 1.1.3
Summary:  A Topsis package developed by BHAGWAN BANSAL
Author: Bhagwan Bansal
Author-email: <bansalbhagwan5@gmail.com>
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 ,impacts) along with name for output file(.csv format) as 4th argument.
Pass as a refrences for the DataFile.
Weights and Impacts as List.

## Installation
To proudly pip install your module, fire up a terminal and run:
``Syntax :``
``pip install BhagwanTopsis``



## Importing the Package
``Syntax :``
``import BhagwanTopsis as BT``

## License

Â© 2022 Bhagwan Bansal

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

