Metadata-Version: 2.4
Name: Topsis-Antigravity-101010
Version: 1.0.0
Summary: A Python package for TOPSIS implementation
Home-page: https://github.com/example/topsis
Author: Antigravity
Author-email: antigravity@example.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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# TOPSIS-Antigravity-101010

This is a Python package to implement the TOPSIS technique for Multi-Criteria Decision Making.

## Installation

```bash
pip install Topsis-Antigravity-101010
```

## Usage

Command Line:
```bash
topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>
```

Example:
```bash
topsis data.csv "1,1,1,1" "+,-,+,+" result.csv
```

## Input File Format
CSV file with 3 or more columns.
First column is the object/fund name.
Rest columns are numeric parameters.
