Metadata-Version: 2.2
Name: Topsis_AgambirSinghDuggal_102203130
Version: 1.0.14
Summary: A Python package for implementing the TOPSIS method.
Home-page: https://github.com/agamduggal/Predictive_Analysis_Topsis_102203130
Author: Agambir Singh Duggal
Author-email: aduggal_be22@thapar.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pandas>=1.0.0
Requires-Dist: numpy>=1.18.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS Package

A Python package for implementing the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS).

## Installation

Install the package via pip:
```bash
pip install topsis_package
