Metadata-Version: 2.4
Name: Topsis-Saniya-102303183
Version: 1.0.3
Summary: TOPSIS implementation as a Python package
Author-email: Saniya <sjindal1_be23@thapar.edu>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: license-file

## Output

The output CSV file will contain:
- **Topsis Score**
- **Rank**

Higher score indicates a better alternative.

---

## Assumptions

- Input file must be a CSV file
- All values must be numeric
- Number of weights must equal number of criteria
- Impacts must be either `+` or `-`
- No missing values allowed

---

## Author
Saniya

---

## License
MIT License
