Metadata-Version: 2.4
Name: topsis-abhayjeet
Version: 1.1.2
Summary: Implementation of TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)
Home-page: https://pypi.org/project/topsis-abhayjeet/
Author: Abhayjeet
Author-email: abhayjeet5465@gmail.com
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
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 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


---
`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.


