Metadata-Version: 2.1
Name: topsis-abhayjeet
Version: 1.1.0
Summary: Implementation of TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)
Home-page: UNKNOWN
Author: Abhayjeet
Author-email: your_email@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy

# TOPSIS Python Package

This package provides an implementation of the TOPSIS
(Technique for Order Preference by Similarity to Ideal Solution)
method for multi-criteria decision making.

## Installation
```bash
pip install topsis-abhayjeet

Usage

topsis input.csv "1,1,1,2" "+,+,-,+" output.csv
Input Format
First column: Object/Alternative names

Remaining columns: Numeric criteria values

Output
TOPSIS Score
Rank

Author
Abhayjeet

y

---
`LICENSE`

```text
MIT License

Copyright (c) 2026 Abhayjeet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.




