Metadata-Version: 2.2
Name: topsis102217164Ayush
Version: 0.1.0
Summary: A basic TOPSIS package for decision analysis.
Home-page: https://github.com/ayushmahajan-31/Topsis-package
Author: Ayush
Author-email: ayushmahajan3997@gmail.com
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
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# topsis102217164Ayush

This is a basic implementation of the TOPSIS method for decision analysis, written in Python. The package provides a simple way to calculate the TOPSIS score and rank alternatives based on their performance with respect to multiple criteria.

## Installation

You can install the package using pip:

```bash
pip install topsis102217164Ayush
